home *** CD-ROM | disk | FTP | other *** search
-
-
-
- VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp((((3333xxxx)))) VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp((((3333xxxx))))
-
-
-
- NNNNAAAAMMMMEEEE
- VkAlignmentGroup - Support for aligning widgets by size or position
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- VkWidgetList
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <Vk/VkAlignmentGroup.h>
-
- PPPPUUUUBBBBLLLLIIIICCCC PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr////DDDDeeeessssttttrrrruuuuccccttttoooorrrr
- VkAlignmentGroup(void);
- virtual void ~VkAlignmentGroup(void);
-
-
- AAAAddddddddiiiinnnngggg IIIItttteeeemmmmssss
- virtual void add(VkOptionMenu* menu);
-
-
- AAAAlllliiiiggggnnnniiiinnnngggg IIIItttteeeemmmmssss BBBByyyy PPPPoooossssiiiittttiiiioooonnnn
- void alignLeft(void);
- void alignRight(void);
- void alignTop(void);
- void alignBottom(void);
-
-
- AAAAlllliiiiggggnnnniiiinnnngggg SSSSiiiizzzzeeeessss
- void alignWidth(void);
- void alignHeight(void);
- void makeNormal(void);
-
-
- CCCCoooonnnnttttrrrroooolllllllliiiinnnngggg SSSSppppaaaacccciiiinnnngggg
- void distributeVertical(void);
- void distributeHorizontal(void);
-
- AAAAcccccccceeeessssssss FFFFuuuunnnnccccttttiiiioooonnnnssss
- Dimension width(void);
- Dimension height(void);
- Position x(void);
- Position y(void);
-
-
- PPPPRRRROOOOTTTTEEEECCCCTTTTEEEEDDDD PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- PPPPrrrrooootttteeeecccctttteeeedddd DDDDaaaattttaaaa MMMMeeeemmmmbbbbeeeerrrrssss
- Dimension _maxWidth;
- Dimension _maxHeight;
- Position _x;
- Position _y;
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp((((3333xxxx)))) VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp((((3333xxxx))))
-
-
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The VkAlignmentGroup class provides support for aligning collections
- of widgets with each other in various ways. To use, create an
- instance of the VkAlignmentGroup class, add widgets or components
- using the _a_d_d() member function inherited from VkWidgetGroup, and
- then call _a_l_i_g_n_W_i_d_t_h(), _a_l_i_g_n_H_e_i_g_h_t(), or similar functions as
- desired.
-
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp(((())))
- VkAlignmentGroup(void);
-
-
- Initializes a VkAlignmentGroup object.
-
- ~~~~VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp(((())))
- virtual void ~VkAlignmentGroup(void);
-
-
- Frees the storage associated with a VkAlignmentGroup object. Does
- not destroy the widgets or components contained by this object.
-
- aaaadddddddd(((())))
- virtual void add(VkOptionMenu* menu);
- virtual void add(Widget widget);
- virtual void add(VkComponent component);
-
-
- Adds widgets, components, or all the entries in a VkOptionMenu pane
- to the group of widgets. Also see _V_k_W_i_d_g_e_t_L_i_s_t::_a_d_d().
-
- aaaalllliiiiggggnnnnLLLLeeeefffftttt(((())))
- void alignLeft(void);
-
-
- Reposition all widgets so that all left edges align with the left
- edge of the right-most position occupied by any widget in the group.
-
- aaaalllliiiiggggnnnnRRRRiiiigggghhhhtttt(((())))
- void alignRight(void);
-
-
- Reposition all widgets so that the right side of each widget is
- moved to align with the right edge of the right-most widget in the
- group.
-
- aaaalllliiiiggggnnnnTTTToooopppp(((())))
- void alignTop(void);
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-
-
-
- VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp((((3333xxxx)))) VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp((((3333xxxx))))
-
-
-
- Reposition all widgets so that the top of each widget aligns with
- the top edge of the bottom-most widget in the group.
-
- aaaalllliiiiggggnnnnBBBBoooottttttttoooommmm(((())))
- void alignBottom(void);
-
-
- Reposition all widgets so that the bottom of each widget aligns with
- the bottom-most edge of any widget in the group.
-
- aaaalllliiiiggggnnnnWWWWiiiiddddtttthhhh(((())))
- void alignWidth(void);
-
-
- Change all widgets' widths to the width of the largest widget in the
- group.
-
- aaaalllliiiiggggnnnnHHHHeeeeiiiigggghhhhtttt(((())))
- void alignHeight(void);
-
-
- Change all widgets' heights to the height of the largest widget in
- the group.
-
- ddddiiiissssttttrrrriiiibbbbuuuutttteeeeVVVVeeeerrrrttttiiiiccccaaaallll(((())))
- void distributeVertical(void);
-
-
- Reposition all widgets so that they are positioned evenly in the
- vertical direction, according to the spacing between widgets,
- between the position of the first and last widgets in the group.
-
- ddddiiiissssttttrrrriiiibbbbuuuutttteeeeHHHHoooorrrriiiizzzzoooonnnnttttaaaallll(((())))
- void distributeHorizontal(void);
-
-
- Reposition all widgets so that they are positioned evenly in the
- horizontal direction, according to the spacing between widgets,
- between the position of the first and last widgets in the group.
-
- mmmmaaaakkkkeeeeNNNNoooorrrrmmmmaaaallll(((())))
- void makeNormal(void);
-
-
- Return all widgets to their desired widths and heights.
-
- wwwwiiiiddddtttthhhh(((())))
- Dimension width(void);
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 3333
-
-
-
-
-
-
- VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp((((3333xxxx)))) VVVVkkkkAAAAlllliiiiggggnnnnmmmmeeeennnnttttGGGGrrrroooouuuupppp((((3333xxxx))))
-
-
-
- Return the maximum width of all widgets in the group. This function
- is valid only after a call to one of the alignment functions.
-
- hhhheeeeiiiigggghhhhtttt(((())))
- Dimension height(void);
-
-
- Return the maximum height of all widgets in the group. This
- function is valid only after a call to one of the alignment
- functions.
-
- xxxx(((())))
- Position x(void);
-
-
- Return the minimum x position of all widgets in the group. This
- function is valid only after a call to one of the alignment
- functions.
-
- yyyy(((())))
- Position y(void);
-
-
- Return the minimum y position of all widgets in the group. This
- function is valid only after a call to one of the alignment
- functions.
-
- IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkWWWWiiiiddddggggeeeettttLLLLiiiisssstttt
- widgetDestroyed(), remove(), removeFirst(), removeLast(), exists(),
- size(), operator[]()
-
-
- CCCCLLLLAAAASSSSSSSSEEEESSSS UUUUSSSSEEEEDDDD BBBBYYYY TTTTHHHHIIIISSSS CCCCLLLLAAAASSSSSSSS
- VkMenu, VkWidgetList
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- VkMenu, VkWidgetList
- _V_i_e_w_K_i_t _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m, DEC Press, Bob Sheifler and Jim Gettys
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m _T_o_o_l_k_i_t, DEC Press, Paul Asente and Ralph Swick
- _T_h_e _O_S_F/_M_o_t_i_f _P_r_o_g_r_a_m_m_e_r_s _R_e_f_e_r_e_n_c_e, Prentice Hall, OSF
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 4444
-
-
-
-